home *** CD-ROM | disk | FTP | other *** search
/ Coral Reef Screen Saver / Coral Reef Screen Saver.iso / regcard.h < prev    next >
Text File  |  1995-04-20  |  866b  |  28 lines

  1. #define IDD_CANCEL      1001;
  2. #define IDD_PRINT       1002;
  3. #define IDD_SAVE        1003;
  4.  
  5. #define ID_F_Name       101
  6. #define ID_L_Name       102
  7. #define ID_Street       103
  8. #define ID_City         104
  9. #define ID_State        105
  10. #define ID_Zip          106
  11. #define ID_Phone        107
  12. #define ID_Fax          108
  13. #define ID_Company      109
  14. #define ID_Store        110
  15. #define ID_Date         111
  16. #define ID_Product      112
  17. #define ID_Country      113
  18.  
  19.     prototype CTL3D.Ctl3dRegister( SHORT );
  20.     prototype CTL3D.Ctl3dAutoSubclass( SHORT );
  21.     prototype CTL3D.Ctl3DUnregister( SHORT );
  22.     prototype USER.GetWindowWord( HWND, INT );
  23.         prototype _RegisterProgram(  HWND, STRING, STRING );
  24.  
  25.     prototype INT REGDLL.PrintTest(HWND, STRING,STRING,STRING,STRING,
  26.                        STRING,STRING,STRING,STRING,
  27.                        STRING,STRING,STRING,STRING);
  28.